toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net
/
[jvm]UploadData
Upload
Data
interface
UploadData
A common interface that all upload data implementations must extend.
Inheritors
TextData
ByteData
FormData
MultipartFormData
Members
Functions
bytes
Link copied to clipboard
open
fun
bytes
(
)
:
Array
<
Byte
>
Returns an array containing the upload data bytes of the associated URL request.
content
Type
Link copied to clipboard
open
fun
contentType
(
)
:
ContentType
Returns the content type of this upload data as specified in the
Content-Type
header.